std::asinh
From Cppreference
| Defined in header
<cmath> | ||
| float asinh( float arg );
| (C++0x feature) | |
| double asinh( double arg );
| (C++0x feature) | |
| long double asinh( long double arg );
| (C++0x feature) | |
Computes hyperbolic arc sine of arg
Parameters
| arg | - | floating point value |
Return value
hyperbolic arc sine of arg
See also
| hyperbolic arc cosine (function) | ||
| hyperbolic arc tangent (function) | ||
| hyperbolic sine (function) | ||